home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / zap-to-it.swf / scripts / frame_25 / PlaceObject2_842_290 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2005-09-29  |  305 b   |  13 lines

  1. onClipEvent(load){
  2.    Object.prototype.variables = this;
  3.    arrowSpeed = 6;
  4.    arrowAmount = 25;
  5.    arrowPossibilities = 4;
  6.    arrowCounter = 1;
  7.    arrowSpacer = 100;
  8.    arrowCurrentSpace = 50;
  9.    endOfRun = 420;
  10.    currentLeadArrow = 1;
  11.    duplicateMovieClip(_parent.right,"right1",16485);
  12. }
  13.